home *** CD-ROM | disk | FTP | other *** search
/ The Secret Garden Interactive Movie Book / The Secret Garden Interactive MovieBook.iso / avi / readme.txt < prev    next >
Text File  |  1994-07-06  |  12KB  |  283 lines

  1.         Indeo(tm) Video R3.2 Update -- V3.22.01.30
  2.                 June 27, 1994
  3.  
  4.   *****************************************************************
  5.   *  This is an update of the Indeo video driver responsible for  *
  6.   *  software playback and offline compression. The Indeo video   *
  7.   *  capture driver has not been updated and is not part of this  *
  8.   *  release. To get full benefit of the improvements in Indeo    *
  9.   *  Video R3.2, new and existing video clips need to be offline  *
  10.   *  compressed using applications such as Microsoft's VidEdit.   *
  11.   *****************************************************************
  12.  
  13. Topics:
  14. -------
  15.   * Improvements
  16.   * Indeo Video Drivers
  17.   * System.ini Entries
  18.   * Microsoft Setup Utility
  19.   * Software Prerequisites
  20.   * Optimum System Requirements
  21.   * Updates
  22.   * Developers of AVI Editors
  23.   * Known Operating Characteristics
  24.   * Technical Support
  25.   * Copyright Notice
  26.  
  27. Improvements:
  28. -------------
  29. This software update is provided to enhance your existing Indeo(TM)
  30. Video drivers to the latest video technology for compressing, editing
  31. and playing back video on your Intel microprocessor-based desktop
  32. computer, using Microsoft's Video for Windows* Version 1.1. 
  33.  
  34. Indeo Video technology gives you the capability to capture and
  35. compress video in a single step using Intel's Smart Video Recorder,
  36. as well as, the ability to encode and/or decode (i.e. playback) video
  37. using only software on your PC.
  38.  
  39. Intel's Smart Video Recorder product works with camcorders, VCRs and
  40. laser disks to capture Indeo Video.  It immediately compresses NTSC
  41. or PAL format files at: 320x240 pixel resolution up to 15 frames per
  42. second (fps), 240x180 up to 24fps, and 160x120 up to 30fps. 
  43.  
  44. In addition, the built-in scalability of Indeo technology
  45. automatically adjusts the playback frame rate depending on your
  46. computer's performance capabilities.  This allows you to play Indeo
  47. video files on any Intel Pentium(TM) or Intel486(TM) processor-based
  48. computer.
  49.  
  50. This version of the Indeo Video R3.2 driver is an update to Indeo
  51. Video R3.1 and Video for Windows V1.1. It provides:
  52.    
  53.    * Improved visual quality.  There is significantly more foreground 
  54.      and background detail for most sequences, particularly at 15 fps 
  55.      with data rates of 135KB/sec or higher.
  56.    * Improved video playback performance at low data rates.
  57.    * Improved 16-bit image quality and playback performance.
  58.    * Improved audio playback at low data rates.
  59.    * Compression and decompression of images up to 640x480 size in
  60.      4-pixel increments.  Note: 640x480x10 video with a 240KB/sec transfer 
  61.      rate, has been measured to play back at close to 10 frames per second.
  62.    * Improved software encoder performance (2 to 5 sec/frame on a Pentium 
  63.      processor system).
  64.    * Faster initialization.
  65.     
  66. Indeo Video Drivers:
  67. --------------------  
  68. Indeo(TM) Video R3.2  -- V3.22.01.30 incorporates the new Indeo 
  69.              Video R3.2 software codec that produces
  70.              the highest quality video for software
  71.              playback on Intel microprocessor based
  72.              desktop computers.
  73.              [filename: ir32.dll]
  74.  
  75. Indeo(TM) Video Raw   -- V1.10.1.4 incorporates the raw/YVU9
  76.              codec.
  77.              [filename: iyvu9.dll]
  78.  
  79. Indeo(TM) Video R2.1  -- V2.17.003 incorporates a decompressor only.
  80.              It plays back files created with the older
  81.              R2.1 codec.
  82.              [filename: ir21.dll]
  83.  
  84. System.ini Entries:
  85. -------------------
  86. The Setup program installs the Indeo video drivers along with the
  87. latest Video for Windows runtime.  It places the following entries in
  88. the system.ini file for the Indeo video drivers:
  89.  
  90. [drivers]
  91. VIDC.RT21=ir21.dll
  92. VIDC.YVU9=iyvu9.dll
  93. VIDC.IV31=ir32.dll
  94. VIDC.IV32=ir32.dll
  95.  
  96. Previously, the recommended system.ini entries looked as follows:
  97.  
  98. [drivers]
  99. VIDC.RT21=indeov.drv
  100. VIDC.YVU9=indeov.drv
  101. VIDC.IV31=indeov.drv
  102.  
  103. Indeov.drv was an "umbrella" driver that used a text file called
  104. indeo.ini to point to the various Indeo video drivers.  The indeo.ini
  105. file had the following entries:
  106.  
  107. [GLOBAL]
  108. DRIVERS=IV31,RT21,YVU9
  109. [IV31]
  110. DEC=ir30.dll
  111. [RT21]
  112. DEC=ir21_r.dll
  113. [YVU9]
  114. DEC=ir21_r.dll
  115.  
  116. Indeov.drv and indeo.ini are no longer used and may be deleted if desired.
  117. However, older applications, which install the Indeo video drivers, may still
  118. use indeov.drv and indeo.ini.  Since the name of the latest Indeo video driver
  119. has changed from ir30.dll to ir32.dll, this would prevent IV31 files from
  120. accessing the latest driver.  To avoid this problem, an exact copy of the
  121. latest ir32.dll file, named ir30.dll, is also installed by this setup program.
  122. It is hoped the ir30.dll file will not be used.  But if another setup program
  123. should change the system.ini entries to point to indeov.drv, then the correct
  124. driver will still be accessed through ir30.dll.  In the future, this precaution
  125. should not need to be taken.
  126.  
  127. Microsoft Setup Utility:
  128. ------------------------
  129. The Setup.exe used to install this update is a modified version of the Setup
  130. utility Microsoft provides to install the Video for Windows runtime.  It is
  131. possible to make further changes to this program.  The Microsoft Setup program
  132. used to come with V3.1 of the Windows SDK.  It is now available to registered
  133. users of Visual C++ by calling Microsoft Product Support.
  134.  
  135. Software Prerequisites:
  136. -----------------------
  137.   * Video for Windows V1.1
  138.   * Windows 3.1
  139.  
  140. Optimum System Requirements:                     
  141. ----------------------------
  142. For the highest image quality and playback, the following system 
  143. requirements are recommended:
  144.  
  145.    * Intel Pentium processor
  146.    * System RAM: 12+ MB
  147.    * PCI local bus graphics controller
  148.    * SCSI hard drive
  149.  
  150. For best frame rate performance, put the graphics card in 8-bit
  151. color mode.  For best image quality, put the graphics card in
  152. 24-bit color mode.     
  153.    
  154. Based on the application and the size of the video file, some
  155. performance tuning of your computer's resources may be required. 
  156.  
  157. Updates:
  158. --------
  159. As new Indeo video drivers are released, they will be available on  
  160. CompuServe INTELARCH and Intel's Application Support BBS at
  161. (916) 356-3600.
  162.  
  163. This software update to Indeo Video R3.2 is a software codec change
  164. only.  There have been no changes to the Intel Smart Video Recorder Driver.
  165. If you do not have the latest version of the Intel Smart Video Recorder
  166. Driver, V2.00.009 it is available on CompuServe* INTELFORUM and on
  167. Intel BBS, (503) 645-6275. If you would like more information on
  168. Intel's Smart Video Recorder, call:
  169.     
  170.   U.S. and Canada  (800) 538-3373
  171.   Europe           +44-793-431155
  172.   Worldwide        (503) 629-7354
  173.  
  174.  
  175. Developers of AVI Editors:
  176. -------------------------------
  177. The following recommendation is for developers of AVI file editors.
  178.  
  179. To avoid unnecessary recompression, it is recommended the IV31 and
  180. IV32 video formats be treated as the same video format. This speeds
  181. up editing operations and improves video quality.  When a video editor
  182. saves an edited AVI file, the video formats of the source video frames
  183. are compared to the video format chosen for the target file.
  184. Typically, any frames not in the target format are recompressed.  If
  185. a clip contains a mixture of IV31 and IV32 frames, and the output
  186. format is IV32, it is not necessary to recompress the IV31 frames.
  187. The Indeo video R3.2 codec will play back both video formats.  
  188.  
  189. Known Operating Characteristics:
  190. --------------------------------
  191.  1) This version of Indeo video supports an active or dynamic
  192.     palette.  However, a future update to the VfW runtimes from
  193.     Microsoft is needed to use this feature. See item number 10
  194.     below for details on using Indeo video's fixed palette.
  195.  
  196.  2) The new Indeo Video R3.2 driver can play back AVI files
  197.     compressed using the older R3.0 and R3.1 drivers.  However, AVI
  198.     files created by the R3.2 software encoder cannot be played back
  199.     using the Indeo video R3.0 or R3.1 drivers.  Microsoft's Media
  200.     Player will report the error "Video not available, cannot find
  201.     'vids.iv32' decompressor."   
  202.  
  203.  3) The latest R2.1 driver does not display a setup dialog box from
  204.     the Control Panel.
  205.  
  206.  4) ActionMedia(R) II boards and RT Video boards can not be used
  207.     to provide hardware capture or accelerated playback of Indeo
  208.     Video R3.x files.  Intel is considering options to provide
  209.     these hardware drivers; however, there is no specific timeframe
  210.     to announce at this time.
  211.  
  212.  5) Frames are dropped when capturing 320x240 or 240x180 images
  213.     at frame rates greater than 15 or 24, respectively.  With
  214.     the current hardware and software technology, this is the
  215.     maximum frame rate that can be captured with 0 frames dropped.
  216.    
  217.  6) Using a Smart Video Recorder in systems with disk drives
  218.     that have a transfer rate < 1.4 Mbytes/sec, random dropping
  219.     of frames may occur.
  220.  
  221.  7) In VidCap, the overlay option is not supported.
  222.  
  223.  8) If you experience audio playback being out of synch with the
  224.     video, try:
  225.     a. Playing video from Media Player and configure playback
  226.        (select Device/Configure...) to set "skip video frames if
  227.        behind."
  228.     b. Removing any TSRs.
  229.  
  230.  9) If you have an ATI Mach 32 graphics board you may need to set
  231.     the "Device Bitmaps" to OFF to utilize the correct palette.
  232.  
  233. 10) On systems using 8-bit graphic displays, a paletted shift may be
  234.     observed in some applications.  To improve video performance,
  235.     the Indeo video codec uses a fixed 8-bit palette.  One way to
  236.     minimize this color shift, is to capture the palette  used by
  237.     the Indeo video codec and apply it to the application that is
  238.     incorporating video by:
  239.     a) Loading an AVI file into media player. 
  240.     b) Selecting copy object
  241.     c) Opening PalEdit program and pasting the copied object
  242.     d) Saving the palette
  243.     e) using this .pal file as the color palette in the
  244.        presentation bitmap image.
  245.  
  246. Technical Support:
  247. ------------------
  248. For technical assistance with the USA call our Hotline number at
  249. 800-628-8686 (prompts 1,3,1). Outside the USA call 503-696-7003.
  250. Inform the dispatcher you have a question on "INDEO".  If an engineer
  251. is available you will be connected, if not, you will be called back
  252. within an hour.
  253.  
  254. Copyright Notice:
  255. -----------------
  256. Copyright Intel Corp. 1992-1994  ALL RIGHTS RESERVED
  257.  
  258. By using the files included with this notice, you agree to 
  259. all the terms in this notice. If you or your company can not agree 
  260. to these terms, do not use these files.  Instead, immediately
  261. delete these files.
  262.  
  263. This software is distributed only for use by Licensees of Intel Corp.'s
  264. Indeo(TM) Video Technology, and the use of this software shall be
  265. governed by the user's license agreement with Intel Corp. as well as
  266. the terms of this notice.  No other licenses, either express or implied,
  267. or by estoppel, are granted by the distribution of this software.
  268.  
  269. You may not disassemble, decompile, or reverse engineer this software.
  270.  
  271. ALL SOFTWARE PROVIDED HEREIN IS PROVIDED "AS IS" WITH NO WARRANTIES
  272. WHATSOEVER INCLUDING ANY WARRANTY OF MERCHANTABILITY, OR FITNESS 
  273. FOR ANY PARTICULAR PURPOSE.  INTEL NEITHER ASSUMES NOR AUTHORIZES
  274. ANY PERSON TO ASSUME FOR IT ANY OTHER LIABILITY.
  275.  
  276. In no event will Intel Corp. be liable for any loss of profits, loss of
  277. use, direct, indirect, incidental, special or consequential damages
  278. arising out of the use of the software distributed herein.
  279. _____________________________________________________________________
  280. * Other brands and names are the property of their respective owners.
  281.  
  282.  
  283.